home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00291.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  171 b   |  11 lines

  1. global gHot, gHotMask
  2.  
  3. on exitFrame
  4.   cursor([gHot, gHotMask])
  5.   startTimer()
  6.   repeat while (the timer < 200) and the mouseUp
  7.     nothing()
  8.   end repeat
  9.   cursor(-1)
  10. end
  11.